home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
090
/
squport.arc
/
USQ.H
< prev
next >
Wrap
Text File
|
1985-06-16
|
384b
|
14 lines
#define LARGE 30000
/* Decoding tree */
EXTERN struct {
int children[2]; /* left, right */
} dnode[NUMVALS - 1];
EXTERN int bpos; /* last bit position read */
EXTERN int curin; /* last byte value read */
/* Variables associated with repetition decoding */
EXTERN int repct; /*Number of times to retirn value*/
EXTERN int value; /*current byte value or EOF */